home *** CD-ROM | disk | FTP | other *** search
/ Red Eye Press Kit / Red Eye Press Kit.iso / pc / main.dxr / SCRIPTS_60_secondFrame.ls < prev    next >
Encoding:
Text File  |  2005-07-18  |  175 b   |  14 lines

  1. global JUMPER
  2.  
  3. on exitFrame me
  4.   if the lastRoll < 60 then
  5.     if JUMPER = VOID then
  6.       go("MAIN")
  7.     else
  8.       go("UP")
  9.     end if
  10.   else
  11.     go(the frame)
  12.   end if
  13. end
  14.